Demonstrates the creation of an isapi filter using atl server s support classes 說明如何使用atl server的支持類創(chuàng)建isapi篩選器。
Isapi filter isapi 篩選例程
If you implement an isapi filter , you can set notification options for the filter on the 并在該頁上做所需的更改。如果實現(xiàn)isapi篩選器,可以在
Asp . net http modules are similar to isapi filters in that they run for all requests Asp . net http模塊針對所有的請求運行,這與isapi篩選器類似。
Atl server does not provide direct support for isapi filters ; it only provides support for isapi extensions Atl server不提供對isapi篩選器的直接支持;它只支持isapi擴展。
You can test with iis features , such as http - based authentication , application pooling , and isapi filters 可以使用基于http的身份驗證、應(yīng)用程序池和isapi篩選器等iis功能進行測試。
You cannot test a file - system web site with iis features , such as http - based authentication , application pooling , and isapi filters 不能使用基于http的身份驗證、應(yīng)用程序池和isapi篩選器等iis功能測試文件系統(tǒng)網(wǎng)站。
For example , you may have a web application that associates a unique identifier with non - asp . net pages such as html pages or images using an isapi filter 例如,有的web應(yīng)用程序可能將唯一標識符與非asp . net頁(如html頁或使用isapi篩選器的圖像)相關(guān)聯(lián)。
Microsoft has released a patch that eliminates a vulnerability in the ssl isapi filter that ships with microsoft internet information server and is used by other microsoft products Microsoft發(fā)布了一個補丁程序用于消除ssl isapi篩選器漏洞,其附帶于microsoft internet information server并用于其它microsoft
If your custom session - id manager supports cookieless session identifiers , you will need to implement a solution for sending and retrieving session identifiers in the url , such as an isapi filter 如果您的自定義會話標識符管理器支持無cookie會話標識符,您必須實施一項在url中發(fā)送和檢索會話標識符的解決方案,例如isapi篩選器。